projects
/
gpsbabel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bb79a53
)
Add D109 support in yet another place.
author
robertl
<robertl>
Sat, 3 Jan 2004 21:51:08 +0000
(21:51 +0000)
committer
robertl
<robertl>
Sat, 3 Jan 2004 21:51:08 +0000
(21:51 +0000)
jeeps/gpsapp.c
patch
|
blob
|
history
diff --git
a/jeeps/gpsapp.c
b/jeeps/gpsapp.c
index f8e849e85df51061605ecf08d886e551b3358c93..805ca0b09444390b12bb02fe88d2ac82e9ad658f 100644
(file)
--- a/
jeeps/gpsapp.c
+++ b/
jeeps/gpsapp.c
@@
-2790,6
+2790,9
@@
int32 GPS_A201_Send(const char *port, GPS_PWay *way, int32 n)
case pD108:
GPS_D108_Send(data,way[i],&len);
break;
+ case pD109:
+ GPS_D109_Send(data,way[i],&len);
+ break;
case pD150:
GPS_D150_Send(data,way[i],&len);
break;